.ax-detailview input, select, textarea {
    width: 100% !important;
    resize: none;
	height:auto;
}

.ax-detailview {
    /*min-height:100px;*/
}

/*.ax-detailview.readonly input, select, textarea {
        background: none;
        border: none;
        color: inherit;      
    }*/

.w2ui-form[readonly] input:not(.toolbar-search),
.w2ui-form[readonly] textarea,
.w2ui-form[readonly] select {
    background: none;
    border: none;
    /*color: inherit;*/
}

.w2ui-form[readonly] select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.w2ui-form[readonly] select::-ms-expand {
    display: none;
}

.w2ui-toolbar {
   background-color: transparent;
}

.w2ui-form {
    background-color:transparent;
    border:none;
    border-radius:0px;
}

.w2ui-group {
    background-color:transparent;
    border:none;
}