/** Add css rules here for your application. */


body {
  background: #eee !important;
}

.MainPanel {
	max-width: 1410px;
	min-width: 1210px;
	width: 100%;

	max-height: 800px;
    min-height: 600px;
	margin: 10px auto;
	
	background: #fff;
	border: 1px solid #a9a9a9;
}

.gwt-ListBox:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.gwt-ListBox {
    border: 1px solid #a9a9a9;
    padding: 1px 30px 1px 2px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    outline:none;

    background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOHB4JyBoZWlnaHQ9JzE4cHgnPjxwb2x5bGluZSBwb2ludHM9JzMsNiAxNSw2IDksMTQnLz48L3N2Zz4K") right no-repeat;    
    background-position: right 3px top 2px;
    background-size: 18px 18px;
    
    height: 25px;
}

.gwt-ListBox::-ms-expand {
    display: none;
}

.gwt-Button {
    border-radius: 0px !important;
    border: 1px solid #a9a9a9;
}

.gwt-TextBox {
    border: 1px solid #a9a9a9 !important;
}

.gwt-TextArea {
    border: 1.01px solid #a9a9a9 !important;
}
