.ext-strict .ext-webkit .x-small-editor .x-form-text.searchCols,
.ext-strict .ext-webkit .x-small-editor .x-form-text.text.trigger{
	height: 30px !important;
	width: 99% !important;
}
input.trigger.form-control.date{
	min-width:initial;
}
input.trigger.form-control{
	font-size: 12px;
	background-image: none;
}
input.trigger.text.form-control{
	min-width: 200px;
}
input.trigger.combo.form-control{
	min-width: 150px;
}
input.x-form-text.text.form-control,
input.x-form-text.trigger.form-control{
	height: initial !important;
	display: inline-block;
	width: 100% !important;
/* 	line-height:35px */
}

.combo.lcc input.trigger.form-control{
	width: 100% !important;
}
input.trigger.form-control:disabled, 
input.trigger.form-control[readonly] {
    background-color: #e9ecefa3;
    color: rgba(0, 0, 0, 0.7);
}
.iw input.trigger.form-control{
	min-width: initial !important;
}
input.trigger.form-control.date{
	min-width: 120px;
}
input.trigger.form-control.combo{
	padding-right: 20px;
}

input.searchCols{
	display:inline-block;
	padding: .5rem .75rem;
	height: initial !important;
	font-size: 1rem;
	line-height: 1.25;
	color: #464a4c;
	background-color: #fff;
	background-image: none;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: .25rem;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}


input.trigger.form-control.date{
	width: calc(100% - 24px)!important;
	display: inline-block;
}


div.combo>div.x-form-field-wrap {
	/* height: 100%; */
	width: 100% !important;
	/* padding: 0px; */
	box-sizing: border-box;
}

div.x-form-field-wrap>img.x-form-arrow-trigger{
	background-image: url("../../../resources/images/misc/ic_arrow_down-24.png");
	height: 24px;
	width: 24px;
	right: 25px;
	background-position: 0;
	vertical-align: middle;
}

div.x-form-field-wrap>img.x-form-trigger{
	border-bottom-color: -moz-use-text-color !important;
	border-bottom-style: none !important;
	border-bottom-width: medium !important;
	position: relative;
	vertical-align: middle;
}
div.x-form-field-wrap>img.date.new-date{
    background: initial;
    display: inline-block;
    height: 26px;
    right: 28px;
    width: 26px;
    vertical-align: middle;
}

div.x-form-field-wrap>img.x-form-trigger.x-form-date-trigger{
	right: 25px;
}
div.date>div.x-form-field-wrap>img.x-form-date-trigger
	{
	right: 13%;
	width: 17px;
	height: 20px;
}

select.combo
	{
	border-radius: 2px;
	/* padding: 5px 0px 5px 5px; */
}

div.text input[type="text"],div.combo input[type="text"]
	{
/* 	width: 95% !important; */
	/* height: 24px; */
}
table.x-btn-menu-active.bootstrap-btn td.x-btn-mc{
	background-position: initial;
}
a.x-menu-item.bootstrap-btn{
	text-align: left
}

.x-btn button:not(.bootstrap-btn){
    border:0 none;
    background-color:transparent;
    padding-left:3px;
    padding-right:3px;
    cursor:pointer;
    margin:0;
    overflow:visible;
    width:auto;
    -moz-outline:0 none;
    outline:0 none;
}
.x-grid3-header table thead{
	background-color:initial;
}
.x-toolbar div.search-form-btn{
	width: 80px;
	line-height: 20px;
}
.x-toolbar div.clear-form-btn{
	width: 50px;
	height:35px;
	line-height: 20px;
	background-repeat: no-repeat;
	line-height: 35px;
	font-size:20px;
	color: #4886a0;
	background-position: center center;
}
.x-toolbar .eq-lb{
	margin-left:3px;
	margin-right:3px;
}
div.search-form-btn > span{
	margin-bottom: initial;
	display: block;
	vertical-align: top;
	padding-left: 5px;
}
i.no-text.search-form-btn{
	padding-left: initial;
	margin-left:5px;
	padding-right: initial;
	width: 100%;
}
.bootstrap-btn  button{
	color: inherit;
}
.bootstrap-btn{
	margin:0 2px
}

.accordion .accordion-content div.x-form-field-wrap>img.date.new-date {
    margin-top: -33px;
}