 html, body
   {
            height: 100%;
            margin: 0;
            overflow: hidden;
            padding: 0;
            width: 100%;
   }
    
body,
.wrapper {
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	overflow: auto;
}

.mainContainer {
	position: relative;
}

.subjectsMenu {
	margin-top: 24px;
	overflow: visible;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

.subjectsMenu  li {
	/*z-index: 1000;*/
}

.topSearch {
	background-color: #ABD5E8;
	position: fixed;
	z-index: 999;
	width: 100%;
	top: 0;
	right: 0;
	border-bottom: 1px solid black;
	margin: 0;
}

.topSearch .searchContainer {
	margin: 10px 100px;
}

html[dir="rtl"] .topSearch .searchContainer input {
	direction: rtl;
	padding: 6px 10px 6px 68px;
}

.functional-icons {
	float: none;
	display: block;
	position: fixed;
	top: 5px;
	right: 120px;
	left: initial;
}

html[dir="rtl"] .functional-icons {
	left: 120px;
	right: initial;
}

#ui-id-1 {
	top: 51px !important;
	right: 99px !important;
	width: 508px !important;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
.gwt-FileUpload {
    visibility: hidden;
}